Uses of Package
edu.claflin.finder.logic
-
Packages that use edu.claflin.finder.logic Package Description edu.claflin.finder Subgraph Finder - Used to find and locate subgraphs within a network.edu.claflin.finder.algo Contains the Algorithm code for finding bipartite subgraphs.edu.claflin.finder.algo.clustering edu.claflin.finder.io.graph Contains the specific graph formats supported by the SNBA program family.edu.claflin.finder.io.graph.sub Contains the general classes used to support extensibility of the IO classes.edu.claflin.finder.logic Contains the data structure and processing code-base.edu.claflin.finder.logic.communities edu.claflin.finder.logic.communities.struct.fast_greedy_struct edu.claflin.finder.logic.comp Contains Comparator implementations for expansion ordering.edu.claflin.finder.logic.cond Contains Condition implementations for identifying subgraph types.edu.claflin.finder.logic.cygrouper -
Classes in edu.claflin.finder.logic used by edu.claflin.finder Class Description Condition Represents a graph condition in memory.Edge Represents an Edge in memory.Graph Used to represent a graph in memory. -
Classes in edu.claflin.finder.logic used by edu.claflin.finder.algo Class Description Condition Represents a graph condition in memory.Edge Represents an Edge in memory.Graph Used to represent a graph in memory.Node Represents a node in memory. -
Classes in edu.claflin.finder.logic used by edu.claflin.finder.algo.clustering Class Description Graph Used to represent a graph in memory.Node Represents a node in memory. -
Classes in edu.claflin.finder.logic used by edu.claflin.finder.io.graph Class Description Graph Used to represent a graph in memory. -
Classes in edu.claflin.finder.logic used by edu.claflin.finder.io.graph.sub Class Description Graph Used to represent a graph in memory. -
Classes in edu.claflin.finder.logic used by edu.claflin.finder.logic Class Description Condition Represents a graph condition in memory.ConditionedGraph Represents a "conditioned" graph.Edge Represents an Edge in memory.Graph Used to represent a graph in memory.Node Represents a node in memory. -
Classes in edu.claflin.finder.logic used by edu.claflin.finder.logic.communities Class Description Graph Used to represent a graph in memory.Node Represents a node in memory. -
Classes in edu.claflin.finder.logic used by edu.claflin.finder.logic.communities.struct.fast_greedy_struct Class Description Node Represents a node in memory. -
Classes in edu.claflin.finder.logic used by edu.claflin.finder.logic.comp Class Description Edge Represents an Edge in memory. -
Classes in edu.claflin.finder.logic used by edu.claflin.finder.logic.cond Class Description Condition Represents a graph condition in memory.Graph Used to represent a graph in memory.Node Represents a node in memory. -
Classes in edu.claflin.finder.logic used by edu.claflin.finder.logic.cygrouper Class Description Edge Represents an Edge in memory.Graph Used to represent a graph in memory.